![]() |
PATH![]() |
![]() ![]() |
Move is an application command that moves an object or objects.
tell application "Finder"
move file "StdLog" of startup disk ¬
to folder "Saved Error Logs" of startup disk
end tell
tell document 1 of application "AppleWorks"
move word 1 of text body to before paragraph 2 of text body
end tell